[INFO] fetching crate self_encryption 0.36.0...
[INFO] testing self_encryption-0.36.0 against try#28f95933dc0727396c07b48d0a8cb5211b7fb472 for pr-154065-2
[INFO] extracting crate self_encryption 0.36.0 into /workspace/builds/worker-5-tc2/source
[INFO] started tweaking crates.io crate self_encryption 0.36.0
[INFO] removed 0 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate self_encryption 0.36.0
[INFO] tweaked toml for crates.io crate self_encryption 0.36.0 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate self_encryption 0.36.0 on toolchain 28f95933dc0727396c07b48d0a8cb5211b7fb472
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate self_encryption 0.36.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] a6869eae0e9814a5c8205c68c25bb862e1f98b3fb7b40ea6c916ea6365d878f2
[INFO] running `Command { std: "docker" "start" "a6869eae0e9814a5c8205c68c25bb862e1f98b3fb7b40ea6c916ea6365d878f2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a6869eae0e9814a5c8205c68c25bb862e1f98b3fb7b40ea6c916ea6365d878f2" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a6869eae0e9814a5c8205c68c25bb862e1f98b3fb7b40ea6c916ea6365d878f2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a6869eae0e9814a5c8205c68c25bb862e1f98b3fb7b40ea6c916ea6365d878f2" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]    Compiling blake3 v1.8.5
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling brotli-decompressor v2.3.5
[INFO] [stderr]    Compiling constant_time_eq v0.4.2
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling inout v0.1.4
[INFO] [stderr]    Compiling universal-hash v0.5.1
[INFO] [stderr]    Compiling cipher v0.4.4
[INFO] [stderr]    Compiling aead v0.5.2
[INFO] [stderr]    Compiling chacha20 v0.9.1
[INFO] [stderr]    Compiling poly1305 v0.8.0
[INFO] [stderr]    Compiling chacha20poly1305 v0.10.1
[INFO] [stderr]    Compiling brotli v3.3.4
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zerocopy-derive v0.8.48
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling tokio v1.52.3
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling zerocopy v0.8.48
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling serde_test v1.0.177
[INFO] [stderr]    Compiling bincode v1.3.3
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.6
[INFO] [stderr]    Compiling xor_name v5.0.0
[INFO] [stderr]    Compiling self_encryption v0.36.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.26s
[INFO] running `Command { std: "docker" "inspect" "a6869eae0e9814a5c8205c68c25bb862e1f98b3fb7b40ea6c916ea6365d878f2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a6869eae0e9814a5c8205c68c25bb862e1f98b3fb7b40ea6c916ea6365d878f2" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling anstream v1.0.0
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling half v2.7.1
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling is-terminal v0.4.17
[INFO] [stderr]    Compiling strsim v0.7.0
[INFO] [stderr]    Compiling docopt v0.9.0
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling criterion v0.5.1
[INFO] [stderr]    Compiling self_encryption v0.36.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 16.70s
[INFO] running `Command { std: "docker" "inspect" "a6869eae0e9814a5c8205c68c25bb862e1f98b3fb7b40ea6c916ea6365d878f2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a6869eae0e9814a5c8205c68c25bb862e1f98b3fb7b40ea6c916ea6365d878f2" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.21s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/self_encryption-15c4ddd18f2a1195)
[INFO] [stdout] 
[INFO] [stdout] running 38 tests
[INFO] [stdout] test data_map::tests::test_bincode_version_byte_consistency ... ok
[INFO] [stdout] test data_map::tests::test_bincode_new_format ... ok
[INFO] [stdout] test data_map::tests::test_bincode_version_byte ... ok
[INFO] [stdout] test data_map::tests::test_error_handling_for_corrupted_data ... ok
[INFO] [stdout] test data_map::tests::test_deserialize_new_format_json ... ok
[INFO] [stdout] test data_map::tests::test_new_format_without_child_json ... ok
[INFO] [stdout] test data_map::tests::test_preserve_chunk_order ... ok
[INFO] [stdout] test data_map::tests::test_round_trip_serialization_consistency ... ok
[INFO] [stdout] test stream_decrypt::tests::test_chunk_boundary_underflow_reproduction ... ok
[INFO] [stdout] test stream_decrypt::tests::test_streaming_decrypt_error_handling ... ok
[INFO] [stdout] test stream_decrypt::tests::test_random_access_basic ... ok
[INFO] [stdout] test stream_encrypt::tests::test_stream_encrypt_too_small ... ok
[INFO] [stdout] test tests::stream_decrypt_batch_size_env_child ... ignored
[INFO] [stdout] test stream_decrypt::tests::test_random_access_edge_cases ... ok
[INFO] [stdout] test tests::test_stream_decrypt_batch_size_env_fallbacks ... ok
[INFO] [stdout] test stream_decrypt::tests::test_random_access_convenience_methods ... ok
[INFO] [stdout] test utils::tests::test_different_chunks_same_predecessors_yield_different_key_nonce ... ok
[INFO] [stdout] test utils::tests::test_get_n_1_n_2_out_of_bounds ... ok
[INFO] [stdout] test utils::tests::test_kdf_avalanche_single_bit_flip ... ok
[INFO] [stdout] test utils::tests::test_kdf_deterministic ... ok
[INFO] [stdout] test utils::tests::test_kdf_domain_separation_by_child_level ... ok
[INFO] [stdout] test utils::tests::test_kdf_domain_separation_by_chunk_index ... ok
[INFO] [stdout] test utils::tests::test_kdf_output_sizes ... ok
[INFO] [stdout] test stream_decrypt::tests::test_random_access_vs_sequential ... ok
[INFO] [stdout] test stream_encrypt::tests::test_stream_encrypt_single_chunk ... ok
[INFO] [stdout] test stream_decrypt::tests::test_random_access_file_size ... ok
[INFO] [stdout] test stream_encrypt::tests::test_stream_encrypt_basic ... ok
[INFO] [stdout] test stream_decrypt::tests::test_streaming_decrypt_basic ... ok
[INFO] [stdout] test stream_decrypt::tests::test_streaming_decrypt_explicit_batch_size_rejects_zero ... ok
[INFO] [stdout] test stream_encrypt::tests::test_stream_encrypt_consistency ... ok
[INFO] [stdout] test stream_encrypt::tests::test_stream_encrypt_large_file ... ok
[INFO] [stdout] test tests::test_streaming_encrypt_4mb_file ... ok
[INFO] [stdout] test stream_decrypt::tests::test_streaming_decrypt_large_file ... ok
[INFO] [stdout] test stream_decrypt::tests::test_random_access_chunk_boundaries ... ok
[INFO] [stdout] test stream_encrypt::tests::test_stream_encrypt_memory_efficiency ... ok
[INFO] [stdout] test tests::test_multiple_levels_of_shrinking ... ok
[INFO] [stdout] test stream_decrypt::tests::test_random_access_respects_explicit_batch_size ... ok
[INFO] [stdout] test stream_decrypt::tests::test_streaming_decrypt_explicit_batch_size ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 37 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 17.11s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]      Running tests/integration_tests.rs (/opt/rustwide/target/debug/deps/integration_tests-323c44464b25d766)
[INFO] [stdout] running 31 tests
[INFO] [stdout] test test_aead_tag_protects_integrity ... ok
[INFO] [stdout] test test_content_hash_is_blake3 ... ok
[INFO] [stdout] test test_encrypted_chunks_do_not_contain_plaintext ... ok
[INFO] [stdout] test test_cross_platform_compatibility ... ok
[INFO] [stdout] test test_memory_encrypt_stream_decrypt ... ok
[INFO] [stdout] test test_aead_rejects_tampered_ciphertext_through_pipeline ... ok
[INFO] [stdout] test test_minimum_size_data ... ok
[INFO] [stdout] test test_encrypted_chunk_dst_hash_is_blake3 ... ok
[INFO] [stdout] test test_key_derivation_sizes_and_roundtrip ... ok
[INFO] [stdout] test test_file_encrypt_stream_decrypt_cross ... ok
[INFO] [stdout] test test_stream_encrypt_decrypt_roundtrip ... ok
[INFO] [stdout] test test_stream_encrypt_memory_decrypt ... ok
[INFO] [stdout] test test_stream_encrypt_file_decrypt_storage_cross ... ok
[INFO] [stdout] test test_streaming_decrypt_range_access ... ok
[INFO] [stdout] test test_tampered_chunk_fails_decryption ... ok
[INFO] [stdout] test test_wrong_datamap_fails_decryption ... ok
[INFO] [stdout] test test_single_chunk_boundary ... ok
[INFO] [stdout] test test_non_aligned_sizes ... ok
[INFO] [stdout] test test_streaming_decrypt_with_parallel_retrieval ... ok
[INFO] [stdout] test test_multi_chunk_boundary ... ok
[INFO] [stdout] test test_platform_specific_sizes ... ok
[INFO] [stdout] test test_error_handling_across_backends ... ok
[INFO] [stdout] test test_concurrent_backend_access ... ok
[INFO] [stdout] test test_file_stream_encrypt_decrypt_roundtrip ... ok
[INFO] [stdout] test test_chunk_verification ... ok
[INFO] [stdout] test test_comprehensive_encryption_decryption has been running for over 60 seconds
[INFO] [stdout] test test_cross_backend_encryption_decryption has been running for over 60 seconds
[INFO] [stdout] test test_encrypt_from_file_stores_all_chunks has been running for over 60 seconds
[INFO] [stdout] test test_large_file_cross_backend has been running for over 60 seconds
[INFO] [stdout] test test_large_file_streaming_roundtrip has been running for over 60 seconds
[INFO] [stdout] test test_cross_backend_encryption_decryption ... ok
[INFO] [stdout] test test_streaming_decrypt_with_parallel_random_chunks has been running for over 60 seconds
[INFO] [stdout] test test_encrypt_from_file_stores_all_chunks ... ok
[INFO] [stdout] test test_large_file_streaming_roundtrip ... ok
[INFO] [stdout] test test_streaming_decrypt_with_parallel_random_chunks ... ok
[INFO] [stdout] test test_large_file_cross_backend ... ok
[INFO] [stdout] test test_comprehensive_encryption_decryption ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 31 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 213.75s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/lib.rs (/opt/rustwide/target/debug/deps/lib-8ef261110b6137b2)
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test test_data_map_debug ... ok
[INFO] [stdout] test data_map_with_child ... ok
[INFO] [stdout] test test_data_map_serialization ... ok
[INFO] [stdout] test cross_platform_check ... ok
[INFO] [stdout] test test_data_map_len_and_is_child ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/stream_encryption.rs (/opt/rustwide/target/debug/deps/stream_encryption-e27ea6000ade3e7e)
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test test_5mb_stream_encrypt_roundtrip ... ok
[INFO] [stdout] test test_5mb_encryption_consistency ... ok
[INFO] [stdout] test test_10mb_encryption_consistency ... ok
[INFO] [stdout] test test_100mb_encryption_consistency has been running for over 60 seconds
[INFO] [stdout] test test_all_encryption_methods_consistency has been running for over 60 seconds
[INFO] [stdout] test test_100mb_encryption_consistency ... ok
[INFO] [stdout] test test_all_encryption_methods_consistency ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 270.62s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests self_encryption
[INFO] [stdout] 
[INFO] [stdout] running 11 tests
[INFO] [stdout] test src/stream_encrypt.rs - stream_encrypt::EncryptionStream<I>::into_datamap (line 583) ... ok
[INFO] [stdout] test src/stream_decrypt.rs - stream_decrypt::streaming_decrypt (line 437) ... ok
[INFO] [stdout] test src/stream_encrypt.rs - stream_encrypt::EncryptionStream<I>::chunks (line 516) ... ok
[INFO] [stdout] test src/stream_encrypt.rs - stream_encrypt::EncryptionStream<I>::datamap (line 550) ... ok
[INFO] [stdout] test src/stream_encrypt.rs - stream_encrypt::stream_encrypt (line 631) ... ok
[INFO] [stdout] test src/stream_encrypt.rs - stream_encrypt::stream_encrypt (line 661) ... ok
[INFO] [stdout] test src/stream_decrypt.rs - stream_decrypt::streaming_decrypt (line 487) ... ok
[INFO] [stdout] test src/stream_decrypt.rs - stream_decrypt::DecryptionStream<F>::range (line 357) ... ok
[INFO] [stdout] test src/stream_decrypt.rs - stream_decrypt::DecryptionStream<F>::get_range (line 176) ... ok
[INFO] [stdout] test src/stream_encrypt.rs - stream_encrypt::EncryptionStream<I>::new (line 121) ... ok
[INFO] [stdout] test src/lib.rs - (line 23) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.65s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "a6869eae0e9814a5c8205c68c25bb862e1f98b3fb7b40ea6c916ea6365d878f2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a6869eae0e9814a5c8205c68c25bb862e1f98b3fb7b40ea6c916ea6365d878f2", kill_on_drop: false }`
[INFO] [stdout] a6869eae0e9814a5c8205c68c25bb862e1f98b3fb7b40ea6c916ea6365d878f2
